var github.com/jackc/pgx/v5.errDisabledDescriptionCache

4 uses

	github.com/jackc/pgx/v5 (current package)
		conn.go#L130: 	errDisabledDescriptionCache = fmt.Errorf("cannot use QueryExecModeCacheDescribe with disabled description cache")
		conn.go#L553: 			return pgconn.CommandTag{}, errDisabledDescriptionCache
		conn.go#L911: 			return nil, errDisabledDescriptionCache
		conn.go#L1106: 		return &pipelineBatchResults{ctx: ctx, conn: c, err: errDisabledDescriptionCache, closed: true}